home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 17
/
CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso
/
CUCD
/
Programming
/
DiceSource
/
src
/
alib
/
amigalib
/
beginio.a
next >
Wrap
Text File
|
1994-02-18
|
264b
|
23 lines
; BeginIO(ior)
section text,code
xdef _hyper_BeginIO
xdef _BeginIO
xdef @BeginIO
_hyper_BeginIO:
_BeginIO:
move.l 4(sp),A0
@BeginIO:
move.l A6,-(sp)
move.l A0,A1
move.l $14(A0),A6 ; io_Device
jsr -30(A6)
move.l (sp)+,A6
rts
END